[SDK] Allow manifest to be a json string #3479
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
portuu3
left a comment
There was a problem hiding this comment.
Rename also subgraph entities
dnechay
left a comment
There was a problem hiding this comment.
manifestUrl -> manifest and getManifestUrl -> getManifest changes are missing for RepO & dashboard server
dnechay
left a comment
There was a problem hiding this comment.
SDK changes lgtm, but we still need to apply them in Reputation Oracle and Dashboard Server
There was a problem hiding this comment.
There is another place that needs rename of manifestUrl to manifest: ref
UPD: above not actual, I just missed the pull
I would suggest to export IEscrow from sdk, so in test we can create a generator with proper typing that will help us easily find such places in the future (now TS can't detect invalid types due to any usage)
|
|
@flopez7 nice! Seems like I missed that update. Will improve RepO tests after you merge this (to avoid conflicts) |
|
@flopez7 is it finalized? |
Issue tracking
#3478
Context behind the change
Rename manifest_url to manifest and update related methods (Setup and getManifest) in SDK
How has this been tested?
Release plan
Deploy new SDK version
Deploy new subgraph
Potential risks; What to monitor; Rollback plan
None